-
Notifications
You must be signed in to change notification settings - Fork 0
Added runbook for existing alerts #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Show resolved
Hide resolved
Inspect the database components state. | ||
|
||
```sh | ||
kubectl get database acme-messaging-demo -o jsonpath='{.status.components}' | jq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jq
is only used for pretty-printing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. I couldn't find similar option for kubectl
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I had a couple grammar nitpicks.
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/domaincomponentunreadyreplicas.md
Show resolved
Hide resolved
content/docs/administration/troubleshoot/domainreleaseoutofsync.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/domainreleaseoutofsync.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasereleaseoutofsync.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasereleaseoutofsync.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasereleaseoutofsync.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasereleaseoutofsync.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just left some comments about typos and minor suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple more nit picks
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Outdated
Show resolved
Hide resolved
content/docs/administration/troubleshoot/databasecomponentunreadyreplicas.md
Outdated
Show resolved
Hide resolved
Upon startup, SM processes perform a journal recovery procedure by applying any transaction messages to the atoms. | ||
This involves extensive disk IO and may continue for a while depending on the backlog of messages and the number of atoms to which they are applied. | ||
Upon startup, SM processes perform a journal recovery. | ||
This may be time consuming if there are many journal entries to recover. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: It can also be time consuming is the storage is very slow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, this is listed in the possible causes below.
Changes
This change adds pages to the troubleshooting runbook, which are referenced by
NuoDB operator alerts.
See rendered docs here.